Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / Add Method


In This Topic
    Add Method (XamlCollection<T>)
    In This Topic
    Adds a sheet into the collection.
    Syntax
    'Declaration
     
    Public Function Add() As Integer
    'Usage
     
    Dim instance As XamlCollection(Of T)
    Dim value As Integer
     
    value = instance.Add()
    public int Add()

    Return Value

    The index of the added sheet.
    See Also